Notice Bar

1.Notice Bar

notice 1

We have added a small notice section. The content comes from the prismic. You can show and hide this notice from your prismic content. prismic notice You can find the above settings in the common content in your prismic data. To check this noticebar implementation head over to the below file,

components/header/noticebar/noticebar.tsx

First we have tested the prismic data in our graphql playground

notice playground

then we have implemented that query in our Noticebar component to retrieve the notice section data from prismic,

notice query